Panel Event Actions
The panel event actions enumeration defines the constants used in theevtAction
field of the panel information structure, which is described on page 3-98. Each value defines what action takes place after an event is processed.
enum { gxOtherAction = 0, gxClosePanelAction = 1, gxCancelDialogAction = 2, gxConfirmDialogAction= 3 };Constant descriptions
gxOtherAction
- The current item does not change after processing this event.
gxClosePanelAction
The panel is closed after this event is processed.gxCancelDialogAction
The dialog box is canceled after this event is processed.gxConfirmDialogAction
The dialog box is confirmed after this event is processed.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help